JS Action (Video pause or stop)
-
Hi there I’m trying to pause the presto player video when the popup close from the Popup Maker.
Is there a way to achieve this?
I’m trying to use this code
jQuery(‘.pum’)
.on(‘pumBeforeClose’, function () {
presto.playerPlay
});
error code is: Uncaught ReferenceError: presto is not definedI got this JS action
presto.playerPlaying from this link: https://github.com/prestomade/api-examples/blob/master/js-actions.js
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘JS Action (Video pause or stop)’ is closed to new replies.